home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / _adhesive / faq < prev    next >
Text File  |  1994-09-21  |  1KB  |  22 lines

  1. This file contains frequently asked questions on Adhesive. Your questions
  2. may be added to this file unless you indicate you would prefer otherwise.
  3.  
  4. 1.
  5. Q: How do I use DDT on code I wish to put in objects?
  6. A: Compile and link the code using CC and Link as normal with the application
  7.    which you intend to use the object. (i.e. debug without treating the code
  8.    as an object.) When you have debugged you can update your application to
  9.    call the object using Adhesive and recompile the code as an object.
  10.  
  11. 2.
  12. Q: How do I ensure a suitable version of Adhesive is present before my
  13.    program runs (ie in an !Run file)?
  14. A: Place a line such as:
  15.     RMEnsure Adhesive 1.00 Error You must run the !Adhesive application before using this application.
  16.    The best way of ensuring Adhesive is installed is to place it in your boot
  17.    sequence or to place it in the appropriate boot directory if you have
  18.    a RiscPC or above.
  19.  
  20.    Do not try RMLoading the Adhesive module, it will not function correctly
  21.    if it is not loaded with the correct !Adhesive.init program.
  22.